home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / gamgraph / minitris.zip / Setup.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1996-12-22  |  1KB  |  61 lines

  1. object SplashForm: TSplashForm
  2.   Left = 702
  3.   Top = 122
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 144
  7.   ClientWidth = 288
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   WindowState = wsMaximized
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 288
  22.     Height = 144
  23.     Picture.Data = {<image000.bmp>}
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 205
  28.     Top = 125
  29.     Width = 75
  30.     Height = 13
  31.     Caption = 'UCI Installer 1.0'
  32.     Transparent = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 9
  36.     Top = 9
  37.     Width = 155
  38.     Height = 37
  39.     Caption = 'Minitris 2.0'
  40.     Font.Color = clBlue
  41.     Font.Height = -32
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label3: TLabel
  48.     Left = 8
  49.     Top = 10
  50.     Width = 155
  51.     Height = 37
  52.     Caption = 'Minitris 2.0'
  53.     Font.Color = clAqua
  54.     Font.Height = -32
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     Transparent = True
  59.   end
  60. end
  61.